xen.git
2017-04-20 Ross Lagerwallx86/microcode: Use the return value from early_microcod...
2017-04-20 Wei Liuhotplug/FreeBSD: configure xenstored
2017-04-20 Wei Liuoxenstored: provide options to define xenstored devices
2017-04-20 Wei Liupaths.m4: provide XENSTORED_{KVA,PORT}
2017-04-19 Ross Lagerwallx86: Move microcode loading earlier
2017-04-19 Jan Beulichx86emul: force CLZERO feature flag in test harness
2017-04-19 Roger Pau Monnéx86/vioapic: allow holes in the GSI range for PVH Dom0
2017-04-19 Jan Beulichx86/HVM: don't uniformly report "MMIO" for various...
2017-04-19 Jan BeulichVMX: don't blindly enable descriptor table exiting...
2017-04-19 Jan Beulichx86/HVM: restrict emulation in hvm_descriptor_access_in...
2017-04-19 Jan Beulichx86emul: always fill x86_insn_modrm()'s outputs
2017-04-19 Jan Beulichx86emul: add "unblock NMI" retire flag
2017-04-18 Wei Liudocs: fix configuration syntax in xl.cfg manpage
2017-04-18 Alistair Francistools: Use POSIX signal.h instead of sys/signal.h
2017-04-18 Alistair Francistools: Use POSIX poll.h instead of sys/poll.h
2017-04-13 Andrew Cooperx86/emul: Drop more redundant ctxt.event_pending checks
2017-04-13 Jan Beulichx86/vIO-APIC: fix uninitialized variable warning
2017-04-13 Chao GaoVT-d: correct a comment and remove an useless if()...
2017-04-13 Roger Pau Monnéclang: disable the gcc-compat warnings for read_atomic
2017-04-13 Luwei Kangtools:misc:xenpm: set max freq to all cpu with default...
2017-04-13 Dario Faggiolixen: credit: change an ASSERT on nr_runnable so that...
2017-04-13 Praveen Kumarxen: credit2: cleanup patch for type betterness
2017-04-12 Ian Jacksonmisc/release-checklist.txt: Try to avoid wrong-tag...
2017-04-12 Ian Jacksonmisc/release-checklist.txt: Preemptive updates
2017-04-12 Ian JacksonConfig.mk: Update for 4.9.0-rc1.2
2017-04-12 Ian JacksonConfig.mk: Update for 4.9.0-rc1.1
2017-04-12 Ian JacksonConfig.mk, etc.: Prepare 4.9.0-rc1
2017-04-10 Roger Pau Monnéx86/atomic: fix cmpxchg16b inline assembly to work...
2017-04-10 Roger Pau Monnéxsm: fix clang 3.5 build after c47d1d
2017-04-10 Jonathan Daviesoxenstored: make --restart option best-effort
2017-04-10 Jonathan Daviesoxenstored: improve event-channel binding logging
2017-04-10 Jonathan Daviesoxenstored: save remote evtchn port, not local port
2017-04-10 Jonathan Daviesoxenstored: avoid leading slash in paths in saved store...
2017-04-10 Jonathan Daviesoxenstored: initialise logging earlier
2017-04-07 Stefano StabelliniRevert "setup vwfi correctly on cpu0"
2017-04-07 Andre PrzywaraARM: GICv3 ITS: introduce device mapping
2017-04-07 Andre PrzywaraARM: vGICv3: introduce ITS emulation stub
2017-04-07 Andre PrzywaraARM: GICv3 ITS: introduce host LPI array
2017-04-07 Andre PrzywaraARM: GICv3 ITS: introduce ITS command handling
2017-04-07 Andre PrzywaraARM: GICv3 ITS: map ITS command buffer
2017-04-07 Andre PrzywaraARM: GICv3 ITS: allocate device and collection table
2017-04-07 Andre PrzywaraARM: GICv3: allocate LPI pending and property table
2017-04-07 Andre PrzywaraARM: GICv3 ITS: initialize host ITS
2017-04-07 Andre PrzywaraARM: GICv3 ITS: parse and store ITS subnodes from hardw...
2017-04-07 Dario Faggiolixen: credit1: treat pCPUs more evenly during balancing.
2017-04-07 Dario Faggiolixen: credit1: increase efficiency and scalability of...
2017-04-07 Dario Faggiolixen: credit2: avoid cpumask_any() in pick_cpu().
2017-04-07 Dario Faggiolixen/tools: tracing: add record for credit1 runqueue...
2017-04-07 Dario Faggiolixen: credit: consider tickled pCPUs as busy.
2017-04-07 Dario Faggiolixen: credit: (micro) optimize csched_runq_steal().
2017-04-07 Dario Faggiolixen: credit1: simplify csched_runq_steal() a little...
2017-04-07 Andrew Cooperx86/svm: Correct event injection check in svm_vmcb_rest...
2017-04-07 Andrew Cooperx86/svm: Fix indentation in svm_vmcb_restore()
2017-04-07 Andrew Cooperx86/emul: Poision the stubs with debug traps
2017-04-07 Yu Zhangx86/ioreq server: synchronously reset outstanding p2m_i...
2017-04-07 Yu Zhangx86/ioreq server: asynchronously reset outstanding...
2017-04-07 Paul Durrantx86/ioreq server: handle read-modify-write cases for...
2017-04-07 Yu Zhangx86/ioreq server: add device model wrappers for new...
2017-04-07 Paul Durrantx86/ioreq server: add DMOP to map guest ram with p2m_io...
2017-04-07 Yu Zhangx86/ioreq server: release the p2m lock after mmio is...
2017-04-07 Dario Faggiolitools: sched: add support for 'null' scheduler
2017-04-07 Dario Faggiolixen: sched_null: support for hard affinity
2017-04-07 Dario Faggiolixen: sched: introduce the 'null' semi-static scheduler
2017-04-07 Dario Faggiolixen: sched: make sure a pCPU added to a pool runs the...
2017-04-07 Dario Faggiolixen: sched: improve robustness (and rename) DOM2OP()
2017-04-07 Haozhong Zhangx86/mce: always re-initialize 'severity_cpu' in mcheck_...
2017-04-07 Haozhong Zhangx86/mce: make 'severity_cpu' private to its users
2017-04-07 Adrian Popx86/monitor: add support for descriptor access events
2017-04-07 Chao Gaopassthrough/io: fall back to remapping interrupt when...
2017-04-07 Chao GaoVT-d: introduce update_irte to update irte safely
2017-04-07 Feng WuVMX: fixup PI descriptor when cpu is offline
2017-04-07 Feng WuVT-d: some cleanups
2017-04-07 Feng WuVT-d: introduce new fields in msi_desc to track binding...
2017-04-07 Chao Gaopassthrough: don't migrate pirq when it is delivered...
2017-04-07 Daniel Kiperx86: add multiboot2 protocol support for relocatable...
2017-04-07 Daniel Kiperx86/boot: rename sym_phys() to sym_offs()
2017-04-07 Daniel Kiperx86: make Xen early boot code relocatable
2017-04-07 Daniel Kiperx86/setup: use XEN_IMG_OFFSET instead of...
2017-04-07 Daniel Kiperx86: change default load address from 1 MiB to 2 MiB
2017-04-07 Jan Beulichx86emul: correct compat mode system descriptor handling
2017-04-07 Jan Beulichx86/HVM: don't leak PFEC_implict to guests
2017-04-07 Chao Gaox86/hvm: make io.h self-contained
2017-04-07 Vijaya Kumar Kboot allocator: use arch helper for virt_to_mfn on...
2017-04-07 Mohit Gambhirx86/vpmu_intel: handle SMT consistently for programmabl...
2017-04-07 Roger Pau Monnéx86/io: move the list of guest to machine IO ports...
2017-04-07 Roger Pau Monnéx86/io: rename misleading dpci_ prefixed functions...
2017-04-07 Tamas K Lengyelaltp2m: introduce external-only and limited use-cases
2017-04-07 Wei Liuxen: use a dummy file in C99 header check
2017-04-06 Stefano Stabellinivgic: refuse irq migration when one is already in progress
2017-04-06 Stefano Stabelliniarm: remove irq from inflight, then change physical...
2017-04-06 Andrew Coopertools/insn-fuzz: Fix assertion failures in x86_emulate_...
2017-04-06 Andrew Coopertools/insn-fuzz: Provide IA32_DEBUGCTL consistently...
2017-04-06 Andrew Coopertools/insn-fuzz: Correct hook prototypes, and assert...
2017-04-06 Andrew Coopertools/insn-fuzz: Fix a stability bug in afl-clang-fast...
2017-04-06 Andrew Coopertools/insn-fuzz: Avoid making use of static data
2017-04-06 Andrew Coopertools/insn-fuzz: Don't hit memcpy() for zero-length...
2017-04-06 Andrew CooperMAINTAINERS: Move the x86 instruction emulator under...
2017-04-06 Andrew Cooperx86/emul: Require callers to provide LMA in the emulati...
2017-04-06 Andrew Cooperx86/emul: Drop swint_emulate infrastructure
2017-04-06 Andrew Cooperx86/svm: Introduce svm_emul_swint_injection()
next